Snapservice Sites Clusters ListItem

Snapservice Sites Clusters ListItem
Snapservice Sites Clusters ListItem

The Snapservice Sites Clusters ListItem schema contains information about a cluster returned by GET /snapservice/sites/{site}/clusters operation

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "cluster": "string",
    "info": {
        "name": "string",
        "datastores": [
            "string"
        ]
    }
}
string
cluster
Required

Identifier of the cluster.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

info
Required

Information regarding the cluster.

This property was added in vSphere API 9.0.0.0.